-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed:issue->#1968 Import from nYNAB fails with unknown error #2191
Conversation
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bundle Stats — desktop-clientHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
Bundle Stats — loot-coreHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged No assets were unchanged |
Thanks! Would you be OK adding the same logic for the other category/payee matchers in the same file? Might as well fix it everywhere if we've gone so far. |
4b47f15
to
aad2bd6
Compare
👋 I have extracted the check and applied it to all the string literals in the file. Seems like it might be out of the scope for what we initially set out to change. Let me know what y'all think, can always drop the last couple of commits. Thanks. |
010f4d0
to
2ffbbfa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
and reuse when checking starting balance/s on ynab4 import
when importing from ynab5 to make the check strategy consistent when importing from ynab5
to 'simplify' usage
Co-authored-by: Joel Jeremy Marquez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…error (actualbudget#2191) * Allow case insensitive ynab5 import for special 'starting balance' payee * set upcoming release number to related github issue * extract string comparison into separate function and reuse when checking starting balance/s on ynab4 import * make all category group checks case insensitive when importing from ynab5 to make the check strategy consistent when importing from ynab5 * extract findById into sreusable function to 'simplify' usage * Add null check Co-authored-by: Joel Jeremy Marquez <[email protected]> --------- Co-authored-by: Joel Jeremy Marquez <[email protected]>
Allow case insensitive ynab5 import for special 'starting balance' payee
Fixes issue for attached budget in this #1968 (comment)
by allow case insensitive search for starting balance.
Should address #1968 as described in this comment #1968 (comment)